home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / djsalert.zip / ALERT.DOC next >
Text File  |  1993-05-18  |  4KB  |  108 lines

  1.  
  2.  
  3.         Alert Version 1.0
  4.         (C) 1993 DJS Software
  5.  
  6.  
  7.         WHAT IS ALERT?
  8.         --------------
  9.  
  10.         Suppose you want to run certain programs automatically on 
  11.         certain dates.  ALERT makes this possible.  By putting
  12.         an execution statement in your AUTOEXEC.BAT file that runs
  13.         ALERT, you will be able to set up a monthly, yearly, or
  14.         daily computer boot schedule.
  15.  
  16.  
  17.  
  18.         WHY USE ALERT?
  19.         --------------
  20.  
  21.         Since computer viruses are becoming such a problem, more and
  22.         more programs have been issued that track down and destroy
  23.         viruses on your system.  ALERT comes in handy when you want
  24.         to run a program that scans your system for viruses on every
  25.         Sunday of each week or on some other time basis.
  26.  
  27.         ALERT is a quality utility that deserves space on your system.
  28.         You may create your own data file that contains date and
  29.         action information.  When ALERT is run, it checks this file
  30.         for the information it needs, and if it finds a date that matches
  31.         your computer's clock, it will run the program or enter the
  32.         command that you specify.  If no entry is found for that date,
  33.         ALERT will simply abort.
  34.  
  35.  
  36.  
  37.         HOW TO PROGRAM ALERT
  38.         --------------------
  39.  
  40.         Using ALERT is extremely easy.  There are some rules that apply
  41.         to the data file (ALERT.DAT) that your create and modify using
  42.         your text editor :
  43.  
  44.                 1.) The ALERT.DAT file must be on the default directory.
  45.                 2.) The dates must be in this format :
  46.                         04-21-1993
  47.                            or
  48.                         10-12-1993
  49.                 3.) The data file must be in ASCII format.
  50.  
  51.  
  52.         This is an example of an ALERT.DAT file :
  53.  
  54.         05-19-1992
  55.         c:\util\list
  56.         05-20-1992
  57.         c:\windows\win
  58.  
  59.  
  60.         To create an ALERT.DAT file, simply put the date in the correct
  61.         format.  Under the date, put the command you would like to
  62.         execute on that date.
  63.  
  64.         To execute multiple commands, put the date again, and enter the
  65.         second command :
  66.  
  67.         05-19-1992
  68.         c:\util\list
  69.         05-19-1992
  70.         c:\windows\win
  71.         05-19-1992
  72.         c:\virukill\vrscan c:
  73.  
  74.         Be sure not to include any other text in your data file.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.         THIS PROGRAM IS NOT FREE
  84.         ------------------------
  85.  
  86.         Please note that I am not distributing this program for free.
  87.         This version is not registered.  Unregistered versions will
  88.         have a registration message and a 30 second waiting period
  89.         before the actual program will do its job.
  90.  
  91.         ALERT doesn't cost much at all.  Print out the REGISTER.TXT
  92.         file and send it along with $5.00 check or cash to :
  93.  
  94.                         David J. Schraff
  95.                         3980 W. 212 Street
  96.                         Fairview Park, Ohio
  97.                         44126
  98.  
  99.         If you purchase a registered version of ALERT, you will also
  100.         recieve a free utility that helps you create ALERT.DAT files.
  101.  
  102.         Feel free to send this package to any BBS or you may also feel
  103.         free to give this copy to a friend.  There should not be any
  104.         bugs in the program, but if you encounter any wierd behavior,
  105.         please let me know when you send in your registration form.
  106.  
  107.  
  108.